home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / Multimedia / Miro 1.0 / Miro_Installer.exe / resources / css / intro.css < prev    next >
Cascading Style Sheet File  |  2007-11-12  |  1KB  |  82 lines

  1. body {
  2.     background: #FFFFFF;
  3.     margin: 0px;
  4.     font: 13px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial;
  5.     color: #000000;
  6.     text-decoration: none;
  7. }
  8.  
  9. #container {
  10.     margin: 0px 0px 10px 0;
  11. }
  12.  
  13. p {
  14.     margin: 0px 20px 12px 16px;
  15.     padding: 0px;    
  16.     line-height: 16px;
  17. }
  18.  
  19.  
  20. h1 {
  21.     font-size: 145%;
  22.     font-weight: bold;
  23.     line-height: 125%;
  24.     color: #000000;
  25.     color: #085ffe;
  26.     background-color: #eff3fe;
  27.     margin: 9px 0px 10px 0px;
  28.     padding: 5px 0px 5px 20px;
  29.     text-align: center;
  30. }
  31.  
  32. h2 a, h2 a:visited  {
  33.     color: #000000;
  34. }
  35.  
  36.  
  37. h3 {
  38.     font-size: 115%;
  39.     font-weight: bold;
  40.     color: #000000;
  41.     margin: 0px 0px 18px 20px;
  42.     padding: 0px;
  43. }
  44.  
  45. a:link, a:visited, a:active {
  46.     color: #085ffe;
  47.     text-decoration: underline;
  48. }
  49.  
  50. a:hover {
  51.     color: #085ffe;
  52.     text-decoration: none;
  53. }
  54.  
  55. .gotoguide {
  56. padding-top: 5px;
  57. text-align: center;
  58. }
  59.  
  60.  
  61. #sidebar {
  62. float: right;
  63. margin: 0px 4px 0px 10px;
  64. width: 200px;
  65.  
  66. }
  67.  
  68. .captioned_image {
  69. width: 188px;
  70. padding: 5px;
  71. font-size: 12px;
  72. border: 1px solid #d2d2d2;
  73. margin-bottom: 17px;
  74. }
  75.  
  76. .captioned_image img {
  77.  
  78. }
  79.  
  80. img {
  81.     border: 0px;
  82. }